.wrapper{
    width: 1200px;
    margin: 0 auto;
}

.container{
    margin: 72px auto;
    width: 100%;
    position: relative;
}
.container .box1{
    padding: 0 10px;
}
.container .box1 .title{
    display: block;
    font-size: 28px;
    color: #3966A0;
    text-align: center;
    font-weight: 400;
}
.container .box1 .title:hover,
.container .box1 .sub_title:hover{
    text-decoration: underline!important;
}
.container .box1 .sub_title{
    display: block;
    font-size: 20px;
    color: #3966A0;
    font-weight: 300;
    text-align: center;
    padding-top: 22px;
}
.container .box2{
    height: 445px;
    margin-top: 70px;
    position: relative;
}
.container .box2 .left{
    width: 56.5%;
    height: 100%;
    background-color: #ddd;
}

.container .box2 .zntj{
    position: relative;
    display: flex;
}
.container .box2 .zntj .znts_sider{
    width: 35px;
    height: 151px;
    background: url(/public2022/images/zntj_sider.png) no-repeat;
    cursor: pointer;

    position: absolute;
    left: -35px;
    text-align: center;
}
.container .box2 .zntj .znts_sider span{
    color: #fff;
    text-align: center;
    padding-top: 19px;
    font-size: 18px;
    display: block;
    line-height: 21px;
}
.container .box2 .zntj .znts_sider img{
    width: 24%;
}
.znts_wrapper_box{
    width: 550px;
    height: 445px;
    overflow: hidden;
    position: absolute;
}
.container .box2 .zntj .znts_box{
    width: 550px;
    height: 445px;
    background: linear-gradient(-18deg, #287DEA, #185CB1);
    position: absolute;
    /* left: 0; */
    left: -550px;
    z-index: 10;
}
.container .box2 .zntj .znts_box .znts_list{
    /* border: 1px solid red; */
    width: calc(100% - 22px);
    height: calc(100% - 16px);
    margin: 6px 10px;
    padding: 8px 11px;
    background-color: #fff;
    /* display: none; */
}
.container .box2 .zntj .znts_box .znts_list li{
    margin-bottom: 9px;
}
.container .box2 .zntj .znts_box .znts_list li:last-child{
    margin-bottom: 0;
}
.container .box2 .zntj .znts_box .znts_list li p{
    font-size: 20px;
    color: #000;
}
.container .box2 .zntj .znts_box .znts_list li a{
    font-size: 16px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.container .box2 .zntj .znts_box .znts_list li a:hover{
    color: #287DEA;
}

.container .box2 .zntj-swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.container .box2 .zntj-swiper .swiper-slide{
    position: relative;
}
.container .box2 .zntj-swiper .swiper-slide a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.container .box2 .zntj-swiper .zntsSwiper-text{
    background-color: rgba(0,0,0,.32);
    width: 100%;
    height: 56px;
    line-height: 56px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
}
.container .box2 .zntj-swiper .zntsSwiper-text .zntsSwiper-text-txt{
    width: 60%;
    height: 100%;
    padding-left: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    opacity: 1;
}
.container .box2 .zntj-swiper .swiper-pagination{
    width: 25%;
    position: absolute;
    bottom: 15px;
    left: auto;
    right: 0;
    text-align: center;
}
.container .box2 .zntj-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background-color: #818181;
    opacity: 1;
}
.container .box2 .zntj-swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #7195DB;
}
.container .box2 .right{
    width: 43.5%;
    height: 100%;
    padding-left: 30px;
}

.container .top_item{
    border-bottom: 1px solid #5292C6;
    
}
.container .top_item a{
    display: inline-block;
    color: #2E6DA1;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 4px solid #5292C6;
    padding: 0 13px 13px;
}
.container .list{
    /* margin-top: 28px; */
    margin-top: 12px;
}
.container .list > li{
    height: 48px;
    line-height: 48px;
}
.container .list > li a{
    color: #393939;
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    width: 88%;
    display: block;
    padding-left: 10px;
    position: relative;
}
.container .list > li a::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #DCDCDC;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.container .list > li span{
    color: #8C8C8A;
    font-size: 17px;
}

.container .box3{
    margin-top: 44px;
}
.container .box3 .left{
    width: 45%;
    height: 100%;
    padding-right: 45px;
}
.container .box3 .list > li{
    display: flex;
    align-items: center;
}
.container .box3 .list > li a{
    width: 80%;
    padding-left: 24px;
}
.container .box3 .list > li a::before{
    display: none;
}
.container .box3 .list > li span{
    display: inline-block;
    width: 72px;
    height: 39px;
    background-color: #F3F6FC;
    text-align: center;
    font-size: 17px;
    line-height: 39px;
}

.container .box3 .right{
    width: 55%;
    height: 100%;
}
.container .box3 .right .top_item_box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #5292C6;
}
.container .box3 .right .top_item_box .top_item{
    border-bottom: none;
    margin-right: 42px;
}
.container .box3 .right .top_item_box .top_item:last-child{
    margin-right: 0;
}
.container .box3 .right .top_item_box a{
    color: #969595;
    border-bottom: none;
}
.container .box3 .right .top_item_box .top_item.active a{
    color: #2E6DA1;
    /* border-bottom: 4px solid #5292C6; */
    position: relative;
}
.container .box3 .right .top_item_box .top_item a::after{
    display: inline-block;
    content: "";
    /* width: 100%; */
    width: 0;
    height: 4px;
    background-color: #5292C6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.container .box3 .right .top_item_box .top_item.active a::after{
    width: 100%;
    transition: all 400ms;
}

.container .box4{
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}
.container .box4 .zt-swiper{
    width: 390px;
    height: 120px;
    margin: 0;
}
.container .box4 .zt-swiper img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.container .box4 .zt-swiper .swiper-pagination{
    /* display: flex;
    top: 100px; */
    bottom: 5px;
    left: 34%;
}
.container .box4 .zt-swiper .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    /* background-color: #818188; */
    background-color: #858585;
    /* margin-right: 9px; */
    opacity: 1;
}
.container .box4 .zt-swiper .swiper-pagination-clickable .swiper-pagination-bullet-active{
    background-color: #fff;
}
.container .box5{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.container .box5 .item_box{
    text-align: center;
}
.container .box5 .item_box p{
    margin: 0;
    color: #222;
    font-size: 18px;
    padding-top: 10px;
}
.container .box6{
    margin-top: 70px;
}
.container .box6 .tabs_box{
    height: 96px;
    line-height: 96px;
    background-color: rgba(82, 146, 198, .3);
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 27px;
}
.container .box6 .tabs_box .tabItem{
    padding: 0 14px;
    color: #5A5B5C;
    font-size: 28px;
    cursor: pointer;
    position: relative;
}
.container .box6 .tabs_box .tabItem.active{
    color: #2E6DA1;
    font-weight: bold;
    /* border-bottom: 4px solid #2E6DA1; */
}
.container .box6 .tabs_box .tabItem::after{
    display: inline-block;
    content: "";
    width: 0;
    height: 4px;
    background-color: #2E6DA1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.container .box6 .tabs_box .tabItem.active::after{
    width: 100%;
    transition: all 400ms;
}

.container .box6 .xxgk_box .top_left{
    width: calc(50% - 12px);
}
.container .box6 .xxgk_box .top_right{
    width: calc(50% - 12px);
}
.container .box6 .xxgk_box .wjjs_box{
    /* border: 1px solid #000;
    height: 98px; */
    background-color: #F4F8FC;
}
.container .box6 .xxgk_box .wjjs_box .title_box{
    padding: 16px 6px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .box6 .xxgk_box .wjjs_box .line{
    /* border: 1px solid #000; */
    width: 38%;
    height: 2px;
    background: linear-gradient(to right, #fff,#2F6EA3);
}
.container .box6 .xxgk_box .wjjs_box .line.left{
    background: linear-gradient(to right, #fff,#2F6EA3);
}
.container .box6 .xxgk_box .wjjs_box .line.right{
    background: linear-gradient(to left, #fff,#2F6EA3);
}
.container .box6 .xxgk_box .wjjs_box .wjjs_txt{
    padding: 0 9px;
    color: #2F6EA3;
    font-size: 25px;
    font-weight: bold;
}
.container .box6 .xxgk_box .wjjs_box .wjjs_search_box{
    padding-left: 26px;
    padding-bottom: 12px;
}
.container .box6 .xxgk_box .wjjs_box select{
    width: 30%;
    height: 31px;
    border: 1px solid #B8BABC;
    margin-right: 9px;
    font-size: 14px;
    color: #7A7B7B;
}
.container .box6 .xxgk_box .wjjs_box input{
    width: 45%;
    height: 31px;
    border: 1px solid #B8BABC;
    padding-left: 11px;
    font-size: 14px;
    color: #7A7B7B;
}
.container .box6 .xxgk_box .wjjs_box button{
    width: 14.4%;
    height: 31px;
    background-color: #C41A26;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-left: 14px;
}

.container .box6 .gfxwj_qtwj{
    margin-top: 45px;
}
.container .box6 .xxgk_box .title{
    border-bottom: 1px solid #5292C6;
}
.container .box6 .xxgk_box .title .title_item{
    margin-right: 108px;
    padding-bottom: 16px;
    position: relative;
}
.container .box6 .xxgk_box .title .title_item:last-child{
    margin-right: 0;
}
.container .box6 .xxgk_box .title .title_item > a{
    font-size: 25px;
    color: #969595;
}
.container .box6 .xxgk_box .title .title_item.active > a,
.container .box6 .xxgk_box .title .title_item:hover > a{
    color: #2F6EA3;
    font-weight: bold;
}
.container .box6 .xxgk_box .title .title_item.active,
.container .box6 .xxgk_box .title .title_item:hover{
    /* border-bottom: 4px solid #5292C6; */
}
.container .box6 .xxgk_box .title .title_item::after{
    display: inline-block;
    content: "";
    width: 0;
    height: 4px;
    background-color: #5292C6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.container .box6 .xxgk_box .title .title_item.active::after{
    width: 100%;
    transition: all 400ms;
}

.container .box6 .xxgk_box .list_box li a{
    width: 75%;
}

.container .box6 .xxgk_box .top_right .list{
    margin-top: 10px;
    margin-bottom: 0;
}
.container .box6 .xxgk_box .top_right li{
    height: 100px;
    line-height: 30px;
    padding-top: 28px;
    padding-bottom: 25px;
    border-bottom: 1px  dashed #D1D0CE;
}
.container .box6 .xxgk_box .top_right li:last-child{
    border-bottom: none;
}

.container .box6 .xxgk_box .top_right li a{
    width: 75%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: wrap;
    line-height: 28px;
}
.container .box6 .xxgk_box .top_right li a::before{
    top: 12px;
    transform: translateY(0);
}

.container .box6 .xxgk_box .bottom{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.container .box6 .xxgk_box .bottom .bottom_item{
    border: 1px solid #B8BABC;
    border-bottom: 4px solid #2F6EA3;
    /* width: 200px; */
    width: calc(20% - 40px);
    height: 71px;
    line-height: 71px;
    text-align: center;
    margin-right: 50px;
    margin-bottom: 22px;
}
.container .box6 .xxgk_box .bottom .bottom_item:nth-child(5n){
    margin-right: 0;
}
.container .box6 .xxgk_box .bottom .bottom_item .icon_box{
    display: inline-block;
    margin-right: 14px;
}
.container .box6 .xxgk_box .bottom .bottom_item .icon_title{
    color: #4D4F50;
    font-size: 20px;
}

/* 信息公开 改 20231213 开始 */
.container .box6 .xxgk_box .wjjs {
    /* background-color: #F4F8FC; */
    background: url('/public2022/images/wjjs_bg.png') no-repeat;
    background-size: cover;
}
.container .box6 .xxgk_box .wjjs_box .line {
    /* border: 1px solid #000; */
    width: 35%;
    height: 2px;
    background: linear-gradient(to right, #fff,#2F6EA3);
}
.container .box6 .xxgk_box .wjjs_box .wjjs_search_box {
    padding-left: 26px;
    padding-bottom: 17px;
    text-align: center;
}
.container .box6 .xxgk_box .wjjs_box select {
    /* width: 30%; */
    height: 31px;
    border: 1px solid #B8BABC;
    margin-right: 0;
    font-size: 14px;
    color: #7A7B7B;
    width: 60%;
    padding-left: 7px;
    /* padding-right: 19px; */
}
.container .box6 .xxgk_box .wjjs_box input {
    /* width: 45%; */
    height: 31px;
    border: 1px solid #B8BABC;
    padding-left: 11px;
    font-size: 14px;
    color: #7A7B7B;
    width: 60%;
    margin: 16px 0 13px;
}
.container .box6 .xxgk_box .wjjs_box button {
    /* width: 14.4%; */
    height: 31px;
    background-color: #C41A26;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    /* margin-left: 14px; */
    width: 20%;
}
.container .box6 .xxgk_box .wjjs_box .zfxxgk_content ul {
    padding: 0px 0px 20px 80px;
}
.container .box6 .xxgk_box .wjjs_box .zfxxgk_content ul li {
    position: relative;
    text-align: left;
    float: left;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    background-image: url(/public2022/images/list-dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    /* font-weight: bold; */
    background-position: 0px 7px;
}
.container .box6 .xxgk_box .wjjs_box .zfxxgk_content ul li a {
    display: inline-block;
    line-height: 1;
    width: auto;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    color: #4D4F50;
    transition: all 300ms;
}
.container .box6 .xxgk_box .wjjs_box .zfxxgk_content ul li a:hover {
    letter-spacing: 4px;
}
.container .box6 .xxgk_box .wjjs_box .zfxxgk_content ul li+li+li{
    margin-top: 15px;
}
.container .box6 .xxgk_box .wjjs_box .zfxxgk_content ul li+li+li:after{
    content: '';
    display: block;
    height: 47px;
    border-right: dashed 1px #24519c;
    position: absolute;
    left: 5px;
    top: -29px;
    z-index: -1;
}
.container .box6 .xxgk_box .top_right .zfxxgk_content ul li {
    height: auto;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.container .box6 .xxgk_box .zfxxgk {
    background-color: #F4F8FC;
    z-index: 1;
    position: relative;
    margin-bottom: 43px;
}
.container .box6 .xxgk_box .top_right .zcjd-list {
    margin-top: 10px;
    /* margin-bottom: 0; */
    /* min-height: 387px; */
}
.container .box6 .xxgk_box .zcjd-list li {
    height: 75px;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px dashed #D1D0CE;
    align-items: center;
}
/* 信息公开 改 20231213 结束 */


.container .box6 .zwfw_box{
    /* border: 1px solid #000; */
    padding-top: 4px;
}
.container .box6 .zwfw_box .top_items{
    width: calc(25% - 15px);
    /* width: 315px; */
    height: 166px;
    box-shadow: 0px 0px 6px 0px #D8D8D8;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.container .box6 .zwfw_box .top_items .icon_box{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background-color: #DBEFFF;
    text-align: center;
    line-height: 79px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.container .box6 .zwfw_box .top_items:nth-child(3) img{
    display: inline-block;
    padding-left: 2px;
}
.container .box6 .zwfw_box .top_items:nth-child(4) img{
    display: inline-block;
    padding-left: 8px
}
.container .box6 .zwfw_box .top_items .icon_title{
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    /* font-size: 33px; */
    font-size: 28px;
    color: #5A5B5C;
    font-weight: 400;
    letter-spacing: 4px;
}

.container .box6 .zwfw_box .top_items:last-child{
    margin-right: 0;
}
.container .box6 .zwfw_box .top_items.active{
    /* border-bottom: 4px solid #3366CC; */
}
.container .box6 .zwfw_box .top_items::after{
    width: 100%;
    transition: all 400ms;
}
.container .box6 .zwfw_box .top_items.active::after{
    display: inline-block;
    content: "";
    width: 0;
    height: 4px;
    background-color: #5292C6;
    position: absolute;
    left: 0;
    bottom: 0;
}


.container .box6 .zwfw_box .zwfw_middle_box{
    width: 100%;
    margin-top: 42px;
    border-radius: 16px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 6px #D8D8D8;
    border-radius: 18px;
}


.container .box6 .zwfw_box .zwfw_middle_box ul{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 56px 25px;
    margin-bottom: 0;
    position: relative;

}

.container .box6 .zwfw_box .zwfw_middle_box ul::before{
    display: inline-block;
    content: "";
    width: 70px;
    height: 32px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 137px;
    position: absolute;
    z-index: 2;
}
.container .box6 .zwfw_box .zwfw_middle_box ul::after{ 
    display: block;
    content: "";

    border-top: 22px solid #fff;  
    border-bottom: 22px solid transparent;
    border-left: 22px solid #fff;
    border-right: 22px solid transparent;
    transform: rotate(45deg);

    position: absolute;
    top: -22px;
    left: 150px;
    z-index: 1;
    box-shadow: 0 0 6px #D8D8D8;
}

.container .box6 .zwfw_box .zwfw_middle_box ul.frfw_box::before{ 
    left: 37%;
}
.container .box6 .zwfw_box .zwfw_middle_box ul.frfw_box::after{ 
    left: 38%;
}

.container .box6 .zwfw_box .zwfw_middle_box ul.cyfw_box::before{ 
    left: 62%;
}
.container .box6 .zwfw_box .zwfw_middle_box ul.cyfw_box::after{ 
    left: 63%;
}
.container .box6 .zwfw_box .zwfw_middle_box ul.bmfw_box::before{ 
    left: 87%;
}
.container .box6 .zwfw_box .zwfw_middle_box ul.bmfw_box::after{ 
    left: 88%;
}

.container .box6 .zwfw_box .zwfw_middle_box li{
    width: calc(25% - 27px);
    height: 78px;
    border: 2px solid #e6e6e6;
    /* box-shadow: 0 0 2px #e6e6e6; */
    text-align: center;
    margin-right: 36px;
    margin-bottom: 35px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.container .box6 .zwfw_box .zwfw_middle_box li:nth-child(4n){
    margin: 0;
}
.container .box6 .zwfw_box .zwfw_middle_box li a{
    /* line-height: 78px; */
    color: #7A7B74;
    font-size: 28px;
}
.container .box6 .zwfw_middle_box .cyfw_box li:last-child{
    width: 28%;
}
.container .box6 .zwfw_middle_box .bmfw_box li a{
    font-size: 20px;
}

.container .box6 .zwfw_box .zwfw_bottom_box{
    margin-top: 23px;
}
.container .box6 .zwfw_box .other_fw_box{
    /* width: 285px; */
    width: calc(20% - 15px);
    height: 81px;
    background: linear-gradient(33deg, #529AFA 0%, #6BB8FD 100%);
    border-radius: 10px;
    margin-right: 18px;
}
.container .box6 .zwfw_box .other_fw_box:last-child{
    margin-right: 0;
}

.container .box6 .zwfw_box .other_fw_box a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .box6 .zwfw_box .other_fw_box .icon_box{
    width: 59px;
    height: 59px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
    display: inline-block;
}
.container .box6 .zwfw_box .other_fw_box .icon_title{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-left: 15px;
}
.container .box6 .zmhd_box .zmhd_top .top_item a,
.container .box6 .zmhd_box .zmhd_bottom_left .top_item a
{
    
    color: #003366;
    border-bottom: 4px solid #3366CC;
}

.container .box6 .zmhd_box .zmhd_top .list .status{
    width: 85px;
    height: 24px;
    background-color: #E0671E;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    margin-top: 11px;
}
.container .box6 .zmhd_box .zmhd_top .list a{
    width: 85%;
}
.container .box6 .zmhd_box .zmhd_top .list .date{
    color: #8C8C8A;
    font-size: 16px;
}

.container .box6 .zmhd_box .zmhd_top .list a::before{
    display: none;
}
.container .box6 .zmhd_box .zmhd_bottom{
    margin-top: 60px;
}
.container .box6 .zmhd_box .zmhd_bottom .zmhd_bottom_left{
    width: 44.5%;
}

.container .box6 .zmhd_box .zmhd_bottom_left .list{
    margin-top: 0;
    padding-top: 36px;
    height: 260px;
    overflow-y: auto;
}
.box6 .zmhd_box .zmhd_bottom_left .list::-webkit-scrollbar{
    width: 5px;
}
.box6 .zmhd_box .zmhd_bottom_left .list::-webkit-scrollbar-thumb{
    background-color: #9A9B9A;
    border: 1px solid #9A9B9A;
    border-radius: 10px;

}
.box6 .zmhd_box .zmhd_bottom_left .list::-webkit-scrollbar-track{
    background-color: #D1D2D1;
    border-radius: 10px;
}

.container .box6 .zmhd_bottom_left .list li{
    height: auto;
    line-height: normal;
    margin-bottom: 36px;
}
.container .box6 .zmhd_bottom_left .list li:last-child{
    margin-bottom: 0;
}
.container .box6 .zmhd_bottom_left .list li a,
.container .box6 .zmhd_bottom_left .list li span{
    width: 100%;
    padding-left: 0;
    color: #34332F;
    font-size: 16px;
}

.container .box6 .zmhd_bottom_left .list li a::before{
    display: none;
}
.container .box6 .zmhd_bottom_left .list li .title{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.container .box6 .zmhd_bottom_left .list li .date{
    margin-left: 30px;
}

.container .box6 .zmhd_box .zmhd_bottom .zmhd_bottom_right{
    width: 55.5%;
    padding-left: 37px;

    display: flex;
    flex-wrap: wrap;
}
.container .box6 .zmhd_bottom_right .zmhd_item_box{
    /* width: 323px; */
    width: calc(50% - 20px);
    height: 140px;
    background: linear-gradient(-18deg, #428EEF, #4ACFF7);
    margin-right: 40px;
    margin-bottom: 48px;
}
.container .box6 .zmhd_bottom_right .zmhd_item_box:nth-child(2n){
    margin-right: 0;
}
.container .box6 .zmhd_bottom_right .zmhd_item_box.no-mb{
    margin-bottom: 0;
}

.container .box6 .zmhd_bottom_right .zmhd_item_box a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .box6 .zmhd_bottom_right .zmhd_item_box .icon_box{
    width: 102px;
    height: 102px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 102px;
}
.container .box6 .zmhd_bottom_right .zmhd_item_box .icon_title{
    color: #fff;
    font-size: 36px;
    padding-left: 18px;
    font-weight: bold;
}

.container .box7{
    margin-top: 49px;
}
.container .box7 .top_item a{
    font-size: 33px;
    padding-left: 0;
    padding-right: 0;
    color: #2F6EA3;
}
.container .box7 .ztzl_content{
    position: relative;
    margin-top: 37px; 
}
.container .box7 .ztzl-swiper{
    width: calc(100% - 27px - 27px);
    margin: 0 27px;
}

.container .box7 .swiper-slide img{
    width: 100%;
    height: 100%;
}
.container .box7 .ztzl_btn{
    width: 16px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.container .box7 .prev_btn{
    background: url(/public2022/images/arrow_left_2.png) no-repeat;
    left: 0;
}
.container .box7 .next_btn{
    background: url(/public2022/images/arrow_right_2.png) no-repeat;
    right: 0;
}

.container .list > li a:hover,
.container .list > li:hover span{
    color: #2E6DA1;
}


.container .box4 .zt-swiper .swiper-slide:hover img,
.container .box7 .ztzl-swiper .swiper-slide:hover img{
    transform: scale(1.01);
    transition: all 400ms;
    opacity: 0.85;
}

.container .box5 .item_box:hover p{
    color: #2E6DA1;
}

.container .box5 .item_box:hover img,
.container .box6 .xxgk_box .bottom .bottom_item:hover img,
.container .box6 .zwfw_box .top_items:hover .icon_box img,
.container .box6 .zwfw_box .other_fw_box:hover img,
.container .box6 .zmhd_bottom_right .zmhd_item_box:hover img{
    /* animation: rotate 0.5s linear 0s 1;
    -webkit-animation: rotate 0.5s linear 0s 1;
    -ms-animation: rotate 0.5s linear 0s 1;
    -moz-animation: rotate 0.5s linear 0s 1; */

    transition: all 400ms;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}

@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotateY(360deg);
    }
}


.container .box6 .xxgk_box .bottom .bottom_item:hover{
    transform: translateY(-4px);
    transition: all 400ms;
}
.container .box6 .xxgk_box .bottom .bottom_item:hover .icon_title{
    color: #2F6EA3;
}

.container .box6 .zwfw_box .zwfw_middle_box li:hover{
    background-color: #DBEFFF;
    border: none;
    transform: translateY(-4px);
    transition: all 400ms;
}
.container .box6 .zwfw_box .other_fw_box:hover{
    transform: translateY(-4px);
    transition: all 400ms;
}


.container .box6 .zmhd_bottom_right .zmhd_item_box:hover{
    transform: translateY(-4px);
    transition: all 400ms;
    box-shadow: 0 0 6px 4px #d8d8d8;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .wrapper{
        width: 992px;
    }

    .container .box2 .left{
        width: 50%;
    }
    .container .box2 .right{
        width: 50%;
    }
    .container .box3 .left{
        width: 48%;
    }
    .container .box3 .right{
        width: 52%;
    }
    .container .box4 .zt-swiper{
        width: 33%;
    }
    .container .box6 .xxgk_box .wjjs_box .line{
        width: 32%;
    }
    .container .box6 .xxgk_box .bottom .bottom_item{
        width: calc(20% - 24px);
        margin-right: 30px;
    }
    .container .box6 .xxgk_box .bottom .bottom_item .icon_box{
        margin-right: 8px;
    }
    .container .box6 .xxgk_box .bottom .bottom_item img{
        width: 80%;
    }
    .container .box6 .xxgk_box .bottom .bottom_item .icon_title{
        font-size: 18px;
    }
    .container .box6 .zwfw_box .top_items .icon_box{
        width: 68px;
        height: 68px;
        line-height: 68px;
    }
    .container .box6 .zwfw_box .top_items .icon_box img{
        width: 50%;
    }
    .container .box6 .zwfw_box .top_items .icon_title{
        font-size: 24px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box li a{
        font-size: 18px;
    }
    .container .box6 .zwfw_middle_box .bmfw_box li a{
        font-size: 16px;
    }
    .container .box6 .zwfw_box .other_fw_box .icon_box{
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .container .box6 .zwfw_box .other_fw_box .icon_box img{
        width: 56%;
    }
    .container .box6 .zwfw_box .other_fw_box .icon_title{
        margin-left: 12px;
        font-size: 24px;
    }
    .container .box6 .zmhd_box .zmhd_bottom .zmhd_bottom_left{
        width: 48%;
    }
    .container .box6 .zmhd_box .zmhd_bottom .zmhd_bottom_right{
        width: 52%;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box{
        margin-right: 20px;
        margin-bottom: 28px;
        width: calc(50% - 10px);
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_box{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_box img{
        width: 52%;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_title{
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .wrapper{
        width: 768px;
    }

    .container .box2{
        margin-top: 45px;
        height: auto;
    }
    .container .box2 .left{
        width: 100%;
        float: none;
    }
    .container .box2 .right{
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 24px;
    }
    .container .box3{
        margin-top: 24px;
    }
    .container .box3 .left{
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .container .box3 .right{
        width: 100%;
        float: none;
        margin-top: 24px;
    }
    .container .box4{
        margin-top: 24px;
    }
    .container .box4 .zt-swiper{
        width: 32.5%;
    }
    .container .box5{
        margin-top: 30px;
        flex-wrap: nowrap;
    }
    
    .container .box5 .item_box:first-child p,
    .container .box5 .item_box:nth-child(2) p{
        width: 80%;
        margin: auto;
    }
    .container .box5 .item_box:nth-child(3) p{
        width: 70%;
        margin: auto;
    }
    .container .box5 .item_box:nth-child(4) p{
        width: 82%;
        margin: auto;
    }
    .container .box5 .item_box:last-child p{
        width: 80%;
        margin: auto;
    }
    .container .box6 .xxgk_box .top_left,
    .container .box6 .xxgk_box .top_right{
        width: 100%;
        float: none;
    }
    .container .box6 .gfxwj_qtwj,
    .container .box6 .xxgk_box .top_right,
    .container .box6 .xxgk_box .bottom{
        margin-top: 24px;
    }

    .container .box6 .xxgk_box .bottom .bottom_item{
        margin-right: 16px;
        width: calc(20% - 13px);
    }
    .container .box6 .xxgk_box .bottom .bottom_item .icon_box{
        margin-right: 6px;
    }
    .container .box6 .xxgk_box .bottom .bottom_item:last-child .icon_box,
    .container .box6 .xxgk_box .bottom .bottom_item:nth-child(9) .icon_box{
        margin-right: 0;
    }
    .container .box6 .xxgk_box .bottom .bottom_item .icon_box img{
        width: 76%;
    }
    .container .box6 .xxgk_box .bottom .bottom_item .icon_title a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .container .box6 .xxgk_box .bottom .bottom_item .icon_title{
        font-size: 16px;
    }

    .container .box6 .zwfw_box .top_items{
        height: 120px;
    }
    .container .box6 .zwfw_box .top_items .icon_box{
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: 12px;
    }
    .container .box6 .zwfw_box .top_items .icon_box img{
        width: 48%;
    }
    .container .box6 .zwfw_box .top_items .icon_title{
        font-size: 20px;
        letter-spacing: 2px;
        bottom: 12px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul{
        padding: 32px 24px 0;
    }
    .container .box6 .zwfw_box .zwfw_middle_box li{
        height: 60px;
        margin-right: 24px;
        width: calc(25% - 18px);
    }
    .container .box6 .zwfw_box .zwfw_middle_box li a{
        font-size: 18px;
    }
    .container .box6 .zwfw_middle_box .bmfw_box li a{
        font-size: 16px;
    }
    .container .box6 .zwfw_middle_box .bmfw_box li:nth-child(4) a{
        padding: 0 10px;
    }

    .container .box6 .zwfw_box .other_fw_box{
        margin-right: 12px;
        width: calc(20% - 10px);
    }
    .container .box6 .zwfw_box .other_fw_box .icon_box{
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .container .box6 .zwfw_box .other_fw_box .icon_box img{
        width: 54%;
    }

    .container .box6 .zwfw_box .other_fw_box .icon_title{
        margin-left: 8px;
        font-size: 20px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul::before{
        left: 46px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul::after{
        left: 60px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul.frfw_box::before{
        left: 32%;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul.frfw_box::after{
        left: 34%;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul.cyfw_box::before{
        left: 58%;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul.cyfw_box::after{
        left: 60%;
    }
    .container .box6 .zmhd_box .zmhd_top .list .status{
        width: 60px;
    }
    .container .box6 .zmhd_box .zmhd_bottom{
        margin-top: 24px;
    }
    .container .box6 .zmhd_box .zmhd_bottom .zmhd_bottom_left{
        width: 100%;
        float: none;
    }
    .container .box6 .zmhd_box .zmhd_bottom .zmhd_bottom_right{
        width: 100%;
        padding-left: 0;
        margin-top: 24px;
    }
    .container .box6 .zmhd_box .zmhd_bottom_left .list{
        height: auto;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box{
        margin-right: 20px;
        margin-bottom: 10px;
        width: calc(25% - 15px);
        height: 96px;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box:nth-child(2n){
        margin-right: 20px;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box:last-child{
        margin-right: 0;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_box{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_box img{
        width: 54%;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_title{
        font-size: 22px;
        padding-left: 10px;
    }

    .container .box7{
        margin-top: 24px;
    }
}

@media screen and (max-width: 768px){
    .wrapper{
        width: 100%;
    }
    .container .box1 .title{
        font-size: 24px;
    }
    .container .box1 .sub_title{
        font-size: 16px;
        padding-top: 12px;
    }

    .container{
        margin: 22px auto;
    }
    .container .box2,
    .container .box2 .right,
    .container .box3,
    .container .box3 .right,
    .container .box6,
    .container .box6 .xxgk_box .top_right{
        margin-top: 22px;
    }
    .container .box2 .zntj{
        display: none;
    }

    .container .box2 .zntj-swiper{
        height: 236px;
    }
    .container .box2 .zntj-swiper .swiper-pagination{
        width: 30%;
        bottom: 10px;
    }
    .container .box2 .zntj-swiper .zntsSwiper-text{
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .container .box2 .zntj-swiper .zntsSwiper-text .zntsSwiper-text-txt{
        width: 66%;
        padding-left: 12px;
    }

    .container .top_item a{
        font-size: 22px;
    }
    .container .list > li a{
        font-size: 16px;
    }
    .container .list > li span{
        font-size: 15px;
    }
    .container .box3 .list > li span{
        width: 60px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .container .box3 .list > li a{
        padding-left: 8px;
    }

    .container .box3 .right .top_item_box{
        justify-content: space-between;
    }
    .container .box3 .right .top_item_box .top_item{
        margin-right: 10px;
    }
    .container .top_item a{
        padding: 0 4px 4px;
    }

    .container .box4{
        display: none;
    }
    .container .box5{
        display: block;
        margin-top: 16px;
        background-color: #f5f5f8;
        border-top: 1px solid #5292C6;
    }
    .container .box5 .item_box{
        text-align: left;
        /* margin-bottom: 12px; */
        padding: 14px 18px;
        border-bottom: 1px solid #ddd;
    }
    .container .box5 .item_box a{
        display: block;
        height: 42px;
        line-height: 42px;
    }
    .container .box5 .item_box img{
        width: 7.5%;
    }
    .container .box5 .item_box p{
        display: inline-block;
        padding-top: 0;
        padding-left: 10px;
    }
    .container .box6{
        margin-top: 24px;
    }
    .container .box6 .tabs_box .tabItem{
        font-size: 21px;
    }

    .container .box6 .xxgk_box .wjjs_box .wjjs_txt{
        font-size: 20px;
    }
    .container .box6 .xxgk_box .wjjs_box .line{
        width: 30%;
    }
    .container .box6 .xxgk_box .wjjs_box .wjjs_search_box{
        padding-left: 12px;
    }
    .container .box6 .xxgk_box .wjjs_box select{
        margin-right: 4px;
    }
    .container .box6 .xxgk_box .wjjs_box input{
        width: 42%;
    }
    .container .box6 .xxgk_box .wjjs_box button{
        width: 19%;
        margin-left: 8px;
    }
    .container .box6 .gfxwj_qtwj{
        margin-top: 16px;
    }
    .container .box6 .xxgk_box .title .title_item{
        margin-right: 20px;
        padding-bottom: 6px;
    }
    .container .box6 .xxgk_box .title .title_item > a{
        font-size: 22px;
    }
    .container .box6 .xxgk_box .bottom{
        margin-top: 16px;
    }
    .container .box6 .xxgk_box .bottom .bottom_item{
        margin-bottom: 10px;
        margin-right: 10px;
        width: calc(50% - 5px);
    }
    .container .box6 .xxgk_box .bottom .bottom_item:nth-child(5n){
        margin-right: 10px;
    }
    .container .box6 .xxgk_box .bottom .bottom_item:nth-child(2n){
        margin-right: 0;
    }

    .container .box6 .zwfw_box .top_items{
        margin-right: 6px;
        width: calc(25% - 5px);
        height: 100px;
    }
    .container .box6 .zwfw_box .top_items .icon_box{
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: 8px;
    }
    .container .box6 .zwfw_box .top_items .icon_title{
        font-size: 16px;
        letter-spacing: 0;
        bottom: 6px;
    }

    .container .box6 .zwfw_box .zwfw_middle_box{
        margin-top: 30px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul::after{
        border-width: 14px;
        top: -14px;
        left: 35px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul::before{
        width: 52px;
        height: 20px;
        left: 22px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul.frfw_box::before{
        left: 31%;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul.cyfw_box::before{
        left: 56%;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul.bmfw_box::after{
        left: 82%;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul.bmfw_box::before{
        left: 79%;
    }
    .container .box6 .zwfw_box .zwfw_middle_box ul{
        padding: 20px 10px 0;
    }
    .container .box6 .zwfw_box .zwfw_middle_box li{
        margin-right: 8px;
        /* width: calc(25% - 6px); */
        width: calc(33.33% - 6px);
        height: 50px;
        margin-bottom: 10px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box li:nth-child(2n){
        margin-right: 8px;
    }
    .container .box6 .zwfw_box .zwfw_middle_box li:nth-child(3n){
        margin-right: 0;
    }
    .container .box6 .zwfw_box .zwfw_middle_box li a{
        font-size: 14px;
    }
    .container .box6 .zwfw_middle_box .frfw_box li:nth-child(3){
        padding: 0 4px;
    }

    .container .box6 .zwfw_box .bmfw_box li{
        width: calc(50% - 8px);
    }
    .container .box6 .zwfw_box .bmfw_box li:nth-child(2n){
        margin: 0;
    }
    .container .box6 .zwfw_box .bmfw_box li:nth-child(3n){
        margin-right: 8px;
    }
    .container .box6 .zwfw_box .bmfw_box li:nth-child(4){
        padding: 0 6px;
    }
    .container .box6 .zwfw_box .other_fw_box{
        width: calc(33.33% - 8px);
        margin-bottom: 10px;
    }
    .container .box6 .zwfw_box .other_fw_box:nth-child(3n){
        margin-right: 0;
    }
    .container .box6 .zwfw_box .other_fw_box .icon_box{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .container .box6 .zwfw_box .other_fw_box .icon_title{
        font-size: 16px;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box{
        margin-right: 10px;
        width: calc(50% - 5px);
        height: 86px;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box:nth-child(2n){
        margin-right: 0;
    }

    .container .box7,
    .container .box7 .ztzl_content{
        margin-top: 12px;
    }
    .container .box7 .top_item a{
        font-size: 22px;
    }
    .container .box7 .ztzl_btn{
        width: 12px;
        height: 18px;
        background-size: 80%;
    }
    .container .box7 .ztzl-swiper{
        margin: 0 10px;
        width: calc(100% - 24px);
    }
}

@media screen and (max-width: 375px){
    .container .box1{
        padding: 0 4px;
    }
    .container .box1 .title{
        font-size: 22px;
    }
    .container .box2 .zntj-swiper{
        height: 189px;
    }
    .container .box2 .zntj-swiper .swiper-pagination .swiper-pagination-bullet{
        margin: 0 2px;
        width: 9px;
        height: 9px;
    }
    .container .box2 .zntj-swiper .zntsSwiper-text .zntsSwiper-text-txt{
        padding-left:5px;
    }
    .container .list > li a{
        width:80%;
    }
    .container .top_item a{
        font-size: 20px;
    }
    .container .box5 .item_box p{
        width:90%!important;
    }
    .container .box6 .tabs_box{
        justify-content:space-between;
        height: 66px;
        line-height:66px;
    }
    .container .box6 .tabs_box .tabItem{
        font-size: 18px;
        padding: 0 8px;
    }
    .container .box6 .xxgk_box .wjjs_box input{
        width: 60%;
    }
    .container .box6 .xxgk_box .wjjs_box button{
        width: 93%;
        margin-left: 0;
        margin-top:12px;
    }
    
    .container .box6 .xxgk_box .bottom .bottom_item:last-child .icon_box{
        margin-left:-2px;
    }
    .container .box6 .zwfw_box .other_fw_box{
        width: calc(33.33% - 6px);
        margin-right: 8px;
    }
    .container .box6 .zwfw_box .other_fw_box a{
        display: block;
        text-align: center;
    }
    .container .box6 .zwfw_box .other_fw_box .icon_box{
        display: block;
        margin: 10px auto;
    }
    .container .box6 .zmhd_bottom_left .list li .date{
        margin-left: 0;
        margin-top: 8px;
        display: block;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_title{
        font-size: 20px;
        padding-left: 4px;
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_box{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 300px){
    .container .top_item a,
    .container .box6 .tabs_box .tabItem,
    .container .box6 .xxgk_box .title .title_item > a{
        font-size: 16px;
    }
    .container .box3 .right .top_item_box a{
        font-size: 16px;
        padding: 0 2px 2px;
    }
    .container .box6 .xxgk_box .bottom .bottom_item .icon_box{
        margin-right: 0;
    }
    .container .box6 .xxgk_box .bottom .bottom_item .icon_title{
        font-size: 14px;
    }
    .container .box6 .xxgk_box .wjjs_box .wjjs_txt{
        font-size: 18px;
    }
    .container .box6 .zmhd_box .zmhd_top .list a{
        width: 80%
    }
    .container .box6 .zmhd_bottom_right .zmhd_item_box .icon_title{
        font-size: 18px;
    }
}